home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Grandma.Dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  140 b   |  10 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     set temp to random(6)
  4.     set temp to EMPTY & temp
  5.     go(temp)
  6.   else
  7.     go("simon")
  8.   end if
  9. end
  10.